© NIIT-StackRoute 2017-18.
Scope for hands on session
1. Analyze & Design Domain Model for a given problem
2. Define Data Model
3. Identify Queries
4. Identify APIs, URI Semantics, Input & Output data structure
5. Document the APIs using Swagger
6. Create a project structure and development environment & test
7. TDD based implementation of few of APIs
8. Organize project around MVC and separation of concern
9. Support logging, configuration, error handling, global error handling
10.Ensure no lint errors
11.Try out from swagger